c# how to append in array

44

c# how to append in array -

List<string> ls = new List<string>();
ls.Add("Hello");

Comments

Submit
0 Comments